home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMUPDATEREMINDER / TFORMUPDATEREMINDER.txt
Text File  |  2005-01-25  |  955b  |  49 lines

  1. object formUpdateReminder: TformUpdateReminder
  2.   Left = 430
  3.   Top = 260
  4.   BorderStyle = bsDialog
  5.   Caption = 'Update reminder'
  6.   ClientHeight = 156
  7.   ClientWidth = 282
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   DesignSize = (
  16.     282
  17.     156)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object labelInfo: TLabel
  21.     Tag = 1
  22.     Left = 8
  23.     Top = 16
  24.     Width = 268
  25.     Height = 57
  26.     Anchors = [akLeft, akTop, akRight]
  27.     AutoSize = False
  28.     WordWrap = True
  29.   end
  30.   object bnOK: TBitBtn
  31.     Left = 104
  32.     Top = 122
  33.     Width = 73
  34.     Height = 25
  35.     Anchors = [akLeft, akBottom]
  36.     TabOrder = 0
  37.     Kind = bkOK
  38.   end
  39.   object cbDontRemindAgain: TCheckBox
  40.     Left = 8
  41.     Top = 88
  42.     Width = 265
  43.     Height = 17
  44.     Anchors = [akLeft, akTop, akRight]
  45.     Caption = 'Do not remind me again.'
  46.     TabOrder = 1
  47.   end
  48. end
  49.